home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT-D.SPK
/
lclint
/
guide
/
fig10-out
< prev
next >
Wrap
Text File
|
1996-08-26
|
417b
|
12 lines
LCLint 2.2 --- 25 Aug 96
unique.c: (in function capitalize)
<A HREF="unique.c.html#line7" target="source">unique.c:7,11</A>: Parameter 1 (s) to function strcpy is
declared unique but may be aliased externally by
parameter 2 (t)
A unique or only parameter may be aliased by some
other parameter or visible global. (-mayaliasunique
will suppress message)
Finished LCLint checking --- 1 code error found